Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INReverseIterable<T> Interface
Members


In This Topic
    INReverseIterable<T> Interface
    In This Topic
    Implemented by objects that can provide reverse iterators (i.e. support sequential access in last-to-first order).
    Object Model
    INReverseIterable<T> Interface
    Syntax
    'Declaration
     
    
    Public Interface INReverseIterable(Of T) 
    'Usage
     
    
    Dim instance As INReverseIterable(Of T)
    public interface INReverseIterable<T> 
    Type Parameters
    T
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also